www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\themes\DeepStudy\main.css

    @charset "utf-8";
/*
Style by 吕海鹏  , 最后编辑 2009-9-28
*/
@import url(../base.css);

/* 后台管理CSS定义*/
body{background-image:url(images/bg_right.jpg);}	/*大背景-登陆,后台右侧内容*/

/* 后台背景定义 */
#bodyBg2{background-color:#3fa3ef;	color:#f2f2f2;	}			/**/
#bodyBgTop{	background-image: url(images/top.jpg); }	/**/
#bodyBg3{background-color:#ddf0fb; background-image:none;	}							/**/


/* 表格样式
----------------------------------------------- */
.manageContent{margin:auto;	border:1px solid #A4B6D7; width:760px; text-align:center;}
	.manageContent dt{background-image:url(images/titlebg.gif); height:30px; line-height:30px; margin:1px; font-weight:bold;}
	.manageContent dd{ background-color:#F2F8FF;margin:1px; padding:5px;}

.tableBoder01 {/*table-layout:fixed;*/border-collapse:collapse; background-color:#FFF;}
	.tableBoder01 th{border:1px solid #999;  background-color:#f5f5f5; height:30px;}
	.tableBoder01 td{border:1px solid #999;  height:22px; padding:3px;}
	.tableBoder01 tr:hover {	background:#f0f8ff; }
.tableBoderForm {/*table-layout:fixed;*/border-collapse:collapse; background-color:#FFF; text-align:left;}
	.tableBoderForm th{border:1px solid #999;  background-color:#f5f5f5; height:30px;}
	.tableBoderForm td{border:1px solid #999;  height:22px; padding:3px;}
	.tableBoderForm tr:hover {	background:#f0f8ff; }

/* 无级分类树样式 */
.class_kuai{margin:0 auto; padding:0; border:1px #999999 solid;width:700px; text-align:center; background-color:#fff;}
.class_hang{ clear:both; height:21px;}
	.class_hang:hover{ background:#f0f8ff; }

.class_lie1{margin:0;  border:0; border-bottom:1px #999999 dashed;  width:500px; height:15px; padding-top:5px; float:left; display:block;text-align:left;}
.class_lie2{margin:0;  border:0; border-bottom:1px #999999 dashed;  width:100px; height:15px; padding-top:5px; display:block;float:left; }
.class_lie3{margin:0;  border:0; border-bottom:1px #999999 dashed;  width:95px; height:15px; padding-top:5px;display:block; float:left; }


#logo{ background-image:url(images/Logo_DeepTeach.gif); display:block; width:180px; height:60px;}